Operation Seam.GetCurrentDomain (UI Current Domain)
In component org.nuxeo.ecm.automation.jsf.contrib
Description
Get the current Domain from the UI context.
Operation id | Seam.GetCurrentDomain |
---|---|
Category | Fetch |
Label | UI Current Domain |
Requires | Seam |
Since |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | document |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.jsf.operations.GetCurrentDomain |
---|---|
Contributing Component | org.nuxeo.ecm.automation.jsf.contrib |
JSON Definition
{ "id" : "Seam.GetCurrentDomain", "label" : "UI Current Domain", "category" : "Fetch", "requires" : "Seam", "description" : "Get the current Domain from the UI context.", "url" : "Seam.GetCurrentDomain", "signature" : [ "void", "document" ], "params" : [ ] }